php forum
php mysql forum
php mysql smarty
 
Page 1 of 10 1 2 3 ... 9 10 >
Topic Options
#134191 - 05/07/01 12:00 PM [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
I have turned this hack over to DPK as I no longer have time to play with it. He has made some great changes that I think you will enjoy smile


Here is the link to the hack:

http://www.nfscheats.com/users/DPK/scripts/download/

I removed the screen shot because DPK has improved it tremendously since then.

Amy

<FONT COLOR="#000000" SIZE="1">[ May 12, 2001 11:53 AM: Message edited by: amykhar ]</font>
_________________________
My Board

Top
#134192 - 05/07/01 12:06 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Demo?
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134193 - 05/07/01 12:19 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
Because the board is private, I am unable to link to a live demo. However, I am working on a static html capture of the script.

Amy
_________________________
My Board

Top
#134194 - 05/07/01 12:20 PM Re: [6.0x] Basic Memberlist
wardx28 Offline
Member

Registered: 10/28/00
Posts: 111
Loc: Marietta, ga
does not work for me on 6.4c, i get 500 Internal Server Error with correct permissions.

Ps. looks great!!!

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 12:22 PM: Message edited by: wardx28 ]</font>

Top
#134195 - 05/07/01 12:34 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
ward,

are you running

http://www.yourserver/cgi-bin/get_memberlist.cgi instead of

http://www.yourserver/cgi-bin/ultimatebb.cgi?ubb=get_memberlist

That seems to be the only way I can generate a 500 error.

Amy
_________________________
My Board

Top
#134196 - 05/07/01 12:40 PM Re: [6.0x] Basic Memberlist
wardx28 Offline
Member

Registered: 10/28/00
Posts: 111
Loc: Marietta, ga
Yes I was, but now i get You are attempting to reach a page that does not exist.

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 12:40 PM: Message edited by: wardx28 ]</font>

Top
#134197 - 05/07/01 12:41 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
ward,
Make sure you did the ultimatebb.cgi hack part. It's a simple cut and paste. smile

Amy
_________________________
My Board

Top
#134198 - 05/07/01 12:52 PM Re: [6.0x] Basic Memberlist
wardx28 Offline
Member

Registered: 10/28/00
Posts: 111
Loc: Marietta, ga
You are the greatest.

Top
#134199 - 05/07/01 01:31 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
wow, looks great!!!!


Thanks a lot smile

Just the font color/name in the first row isn't the default one, and maybe you should change get_memberlist.cgi to ubb_memberlist.cgi, so it will sound more like other files.

Maybe the first row should be:
<tr bgcolor="$vars_style{TableColorStrip}"><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Login

Name</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Number of

Posts</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Date

Joined</b></font></td></tr>

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 01:48 PM: Message edited by: LK ]</font>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134200 - 05/07/01 01:54 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
LK,
thanks. I'll fix it. I never really intended to release this and did some hard coding.

Amy
_________________________
My Board

Top
#134201 - 05/07/01 02:01 PM Re: [6.0x] Basic Memberlist
XuDuX Offline
Junior Member

Registered: 04/23/01
Posts: 27
Is there a way to get the member's status to appear as one of the columns? I tried $user_profile[8] but that dosen't show the status's that are renamed in the CP (eg: Cadet instead of Junior Member)
_________________________

Top
#134202 - 05/07/01 02:04 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
XuDuX, try &CustomTitle($user_profile[8])
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134203 - 05/07/01 02:19 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
zip file updated.

Amy
_________________________
My Board

Top
#134204 - 05/07/01 02:27 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Forgot to tell you to also do about the same thing in other TDs:


while ( $counter2 < $counter ) {
($user,$number) = split(///, @sort_array[$counter2]);
@user_profile = &OpenProfile($number);
print"<tr bgcolor="$vars_style{AltColumnColor1}"><td>";
print "<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile&u=". $number .""><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">".$user. "</font></a>
";
print"</td>";
print"<td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[7] posts</font></td><td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[10]</font></td></tr>";
$counter2 ++;
}


tipsy

LK.

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 02:29 PM: Message edited by: LK ]</font>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134205 - 05/07/01 02:43 PM Re: [6.0x] Basic Memberlist
Dreamweaver Offline
Junior Member

Registered: 04/05/01
Posts: 24
How can i break this lis to mutiple pages ?
My list is tooooo long frown

Thank you for this great hack , i've been waiting for it for a long time smile

Top
#134206 - 05/07/01 02:54 PM Re: [6.0x] Basic Memberlist
XuDuX Offline
Junior Member

Registered: 04/23/01
Posts: 27
Quote:
quote:


Thanks, now where do I put that (Sorry, I'm not really good at changing much of this stuff on my own)
_________________________

Top
#134207 - 05/07/01 03:05 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
*******************
OPEN ubb_memberlist.cgi
*******************

Find:
====
<tr bgcolor="$vars_style{TableColorStrip}"><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Login Name</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Number of Posts</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Date Joined</b></font></td></tr>


REPLACE WITH:
============

<tr bgcolor="$vars_style{TableColorStrip}"><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Login Name</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Number of Posts</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Date Joined</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Status</b></font></td></tr>


FIND:
====

print"<td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[7] posts</font></td><td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[10]</font></td></tr>";

REPLACE WITH:
============

print"<td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[7] posts</font></td><td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[10]</font>";
print"</td>";
print"<td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">&CustomTitle($user_profile[8])posts</font></td><td><FONT SIZE="$vars_style{TextSize}" COLOR="$vars_style{TextColor}" FACE="$vars_style{FontFace}">$user_profile[10]</font></td></tr>";

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 03:08 PM: Message edited by: LK ]</font>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134208 - 05/07/01 03:15 PM Re: [6.0x] Basic Memberlist
ZoneX Offline
Member

Registered: 04/08/01
Posts: 220
Loc: London, UK
Nooo! I tried to install this hack, but it could not find :

if ($ubb eq 'find_lost') {
require "$vars_config{CGIPath}/ubb_lib_misc.cgi";
&find_lost; exit;
} #end find_lost

in Ultimatebb.cgi.

I added the other bit in an appropriate place in the script though, but I still got error 500s!

I then tried to revert to my backup of ultimatebb.cgi and STILL got the Error 500. So, I decided to re-download it from Infopop.com and STILL got error 500s.

Please help, my board is now down!

If it helps, my address is http://cgi-bin.spaceports.com/~xrealms/cgi-bin/ultimatebb.cgi

Top
#134209 - 05/07/01 03:19 PM Re: [6.0x] Basic Memberlist
wardx28 Offline
Member

Registered: 10/28/00
Posts: 111
Loc: Marietta, ga
@zone, it is dependent on the Ultimatebb.cgi code. Must apply.

Top
#134210 - 05/07/01 03:24 PM Re: [6.0x] Basic Memberlist
ZoneX Offline
Member

Registered: 04/08/01
Posts: 220
Loc: London, UK
Sorry Ward, your comments lost me slightly...sorry...

Top
#134211 - 05/07/01 03:27 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
zone,
There are no other bits to add to the script besides the ultimatebb.cgi part.

The part you are looking for is all the way down at the bottom.

Where did you add code besides the part that was meant to go in ultimatebb.cgi?

Amy
_________________________
My Board

Top
#134212 - 05/07/01 03:29 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
Dreamweaver,
I just now got it broken into pages of 50, but I am not happy with it just yet. I am working on an alphabetical break down of the list.

Amy
_________________________
My Board

Top
#134213 - 05/07/01 03:31 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
Zone, I don't appreciate what your link just did to me. I am at work and do not need popups of women everywhere.

Amy
_________________________
My Board

Top
#134214 - 05/07/01 03:31 PM Re: [6.0x] Basic Memberlist
ZoneX Offline
Member

Registered: 04/08/01
Posts: 220
Loc: London, UK
I added it after :

if ($ubb eq 'register_page') {
require "$vars_config{CGIPath}/ubb_registration.cgi";
&register_page; exit;
} #end register_page

Now I keep getting 500s.

Top
#134215 - 05/07/01 03:33 PM Re: [6.0x] Basic Memberlist
topiland Offline
Member

Registered: 04/02/01
Posts: 33
if you will see the memberlist with members public name do the following

#open ubb_getmemberlist.cgi#

#find :

<tr bgcolor="$vars_style{TableColorStrip}"><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Login Name</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Number of Posts</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Date Joined</b></font></td></tr>

#replace with:

<tr bgcolor="$vars_style{TableColorStrip}"><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Public Name</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Number of Posts</b></font></td><td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}"><b>Date Joined</b></font></td></tr>

#find:

print "<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile&u=". $number ."">".$user. "</a>
";

#replace with:

print "<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile&u=". $number ."">".$user_profile[15]. "</a>
";

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 03:35 PM: Message edited by: topiland ]</font>
_________________________
Ubb hacks in multihack autoinstall format

Top
#134216 - 05/07/01 03:38 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
I can't verify that zone because when I go to the link you posted, I don't get a ubb. I get inudated by popups for exciting products like viagra.

Sorry, can't help.

Amy
_________________________
My Board

Top
#134217 - 05/07/01 03:39 PM Re: [6.0x] Basic Memberlist
stamatoulis Offline
Member

Registered: 01/03/01
Posts: 71
Loc: Greece
I have just installed this wonderfull hack and it works!
Good work amykhar!
I would like to know if it easy to put in this hack some other fields such us e-mail, home page etc?
Also a good idea is that we can change wordlets, this might will be easy. :rolleyes:

Bye,
John
_________________________
Bye bye,
John

Sorry but my english is not so good! Thats because i am from Greece! smile

Top
#134218 - 05/07/01 03:40 PM Re: [6.0x] Basic Memberlist
XuDuX Offline
Junior Member

Registered: 04/23/01
Posts: 27
LK, I have already tried this, and all that it shows is "&CustomTitle(Junior Member)" etc where I want the $vars_misc{JrMemberTitle} etc. to be.
_________________________

Top
#134219 - 05/07/01 03:44 PM Re: [6.0x] Basic Memberlist
ZoneX Offline
Member

Registered: 04/08/01
Posts: 220
Loc: London, UK
Yeah, the host give you those pathetic and annoying pop ups when you reach a page in either 500 or 404 errors.

Hmmm, I can reach the CP, but not ultimatebb.cgi

Top
#134220 - 05/07/01 04:58 PM Re: [6.0x] Basic Memberlist
Killahbyte Offline
Junior Member

Registered: 12/17/00
Posts: 23
Anyone know if this works on NT? Cause mine is jacked up
_________________________
I believe it was the famous killahbyte who once said all computers run at the same speed................................when they're off he he he = )

Top
#134221 - 05/07/01 05:20 PM Re: [6.0x] Basic Memberlist
Sheffield Tunes Offline
Member

Registered: 04/15/01
Posts: 79
Loc: Israel
why do i get spaces in the memberlist it shows some members and the do space and continues
and also i wanted to ask how do i make a link from the ubb summery page to the memberlist?
i want that it will be on the menu at the top of the ubb
thanks

Top
#134222 - 05/07/01 05:44 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
Killabyte, it works on my Win200 pc that hosts my test board.

Amy
_________________________
My Board

Top
#134223 - 05/07/01 05:47 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
Sheffield,

What names should show between altran and Beowulf and between scooter and Mrs. BadGuy on your list?

Knowing that could help me find the problem. smile

Amy
_________________________
My Board

Top
#134224 - 05/07/01 05:48 PM Re: [6.0x] Basic Memberlist
XuDuX Offline
Junior Member

Registered: 04/23/01
Posts: 27
Here's what I did for links (up on the top with my profile, etc) for my memberlist
####Open ubb_lib.cgi
###FIND
$MainButtons = qq!
<A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile"><ACRONYM TITLE="$vars_wordlets{profile_acronym}">$vars_wordlets{profile_link}</ACRONYM></A> $RegisterLink $SearchLink | <A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=faq"><ACRONYM TITLE="$vars_wordlets{faq_acronym}">$vars_wordlets{faq_link}</ACRONYM></A> | <A HREF="$vars_config{CGIURL}/ultimatebb.cgi"><ACRONYM TITLE="$vars_wordlets{forum_acronym}">$vars_wordlets{forum_home_link}</ACRONYM></A>
!;

###REPLACE WITH
$MainButtons = qq!
<A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile"><ACRONYM TITLE="$vars_wordlets{profile_acronym}">$vars_wordlets{profile_link}</ACRONYM></A> $RegisterLink $SearchLink | <A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=faq"><ACRONYM TITLE="$vars_wordlets{faq_acronym}">$vars_wordlets{faq_link}</ACRONYM></A> | <A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_memberlist"><ACRONYM TITLE="$vars_wordlets{member_list_acronym}">$vars_wordlets{member_list_link}</ACRONYM></A> | <A HREF="$vars_config{CGIURL}/ultimatebb.cgi"><ACRONYM TITLE="$vars_wordlets{forum_acronym}">$vars_wordlets{forum_home_link}</ACRONYM></A>
!;

####Open vars_wordlets.cgi
###Find
);
1;

###Above it add
member_list_link => q~memberlist~,
member_list_acronym => q~List of Members~,

###Clear Cache, and the Link will be on every page with the main bar
I'm not sure if the member_list_acronym wordlet is needed, someone please tell me. Also if you have the My Profile, Register, Search, etc with capitals or different wording you can change the member_list_link in the CP main wordlets.

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 05:52 PM: Message edited by: XuDuX ]</font>
_________________________

Top
#134225 - 05/07/01 05:58 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
_________________________

Top
#134226 - 05/07/01 06:22 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
there is a problem with how this hack checks for members/numbers in the memberlist file; see my link above and scroll down.

the member causing that error:

JBNFSHS / Joshua|!!|00000062

its the '/' char causing the error.

<FONT COLOR="#000000" SIZE="1">[ May 07, 2001 06:40 PM: Message edited by: DPK ]</font>
_________________________

Top
#134227 - 05/07/01 08:02 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
Well, i fixed that error by using a different seperator then the one u are using. But that one produced conflicts with others. Bah. Time to try something a little more intensive. smile
_________________________

Top
#134228 - 05/08/01 02:46 AM Re: [6.0x] Basic Memberlist
kaak Offline
Member

Registered: 09/07/00
Posts: 104
THANKS AMY!!! Great work! Just one question... is there any chance you could add a send pm column?
_________________________
kaak
kaak@msn.com
icq# 4032410

Top
#134229 - 05/08/01 04:07 AM Re: [6.0x] Basic Memberlist
Stuck Offline
Member

Registered: 04/23/01
Posts: 40
Great hack m8..:)
Thanx alot...Works fine in Ie,but not so good in netscape..:(:(

Still nice work,keep it up... laugh

Top
#134230 - 05/08/01 06:07 AM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
XuDuX, so make $user_customstatus = &CustomTitle($user_profile[8]);

then, instead of &CustomTitle($user_profile[8]), type $user_customstatus

kaak, just put <a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=private_message&u=". $number ."">

<FONT COLOR="#000000" SIZE="1">[ May 08, 2001 06:09 AM: Message edited by: LK ]</font>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134231 - 05/08/01 08:38 AM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
Help please smile

I have the script so that it can split the memberlist into either groups of 50 or into pages based on the first letter of the username.

What I need is two things to make it better.

1) I need help with a regular expression that will return all login names that start with a symbol or number instead of a letter.

2) I need help with the dropdown box of letters. Currently, I hard coded each option tag, and have no way to mark as selected the letter that users are currently viewing.

I am willing to email the code to anyone who wants to help improve this thing.

Amy
_________________________
My Board

Top
#134232 - 05/08/01 01:46 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
amy, i'd be willing to help with whatever. smile
_________________________

Top
#134233 - 05/08/01 02:10 PM Re: [6.0x] Basic Memberlist
jordo Offline
Moderator / Developer

Registered: 08/05/00
Posts: 830
i have a member with a pipe (|) in his name so i just changed the seperator to seperate by the |!!| dont know if this will help anyone else but it seems a more efficient way of doing it to me.

so the while statement now looks like this:
Code:
code:
_________________________
jordo

Top
#134234 - 05/08/01 02:13 PM Re: [6.0x] Basic Memberlist
jordo Offline
Moderator / Developer

Registered: 08/05/00
Posts: 830
amykhar - for the 1st of the 2 things u needed help with above. it probably work just to check if the first char is NOT a letter, then to go one and check if it is NOT a letter and NOT a number, so then its a special char. hope that is helpfull.

great hack btw. laugh

<FONT COLOR="#000000" SIZE="1">[ May 08, 2001 02:14 PM: Message edited by: jordo ]</font>
_________________________
jordo

Top
#134235 - 05/08/01 02:34 PM Re: [6.0x] Basic Memberlist
kaak Offline
Member

Registered: 09/07/00
Posts: 104
Okay, i changed the code to look like this:
Code:
code:


And now, when you click on send PM, it says it cannot find profile for member number???
_________________________
kaak
kaak@msn.com
icq# 4032410

Top
#134236 - 05/08/01 02:39 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Code:
quote:</font><HR>Originally posted by kaak:
[b]Okay, i changed the code to look like this:
<BLOCKQUOTE><font size="1" face="Verdana, Helvetica, Arial">code:


And now, when you click on send PM, it says it cannot find profile for member number???[/b]<HR></BLOCKQUOTE>


FIND:
====

<a href='$vars_config{CGIURL}/ultimatebb.cgi?ubb=private_message&u='. $number .''>

REPLACE WITH:
============

<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=private_message&u=". $number ."">
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134237 - 05/08/01 03:02 PM Re: [6.0x] Basic Memberlist
Sokar Offline
Junior Member

Registered: 05/08/01
Posts: 5
Hi amykhar,

thanks a lot for this really great hack, I like it quite much! smile

Have got a question on it: I want to use this script for displaying the top posters in my board.

How do I have to modify it so the memberlist will be sorted by the number of posts, and not by username?

Thanks for your help!

Top
#134238 - 05/08/01 03:30 PM Re: [6.0x] Basic Memberlist
Dreamweaver Offline
Junior Member

Registered: 04/05/01
Posts: 24
How can I add custom status hack column in this great hack ?

Thank smile

Top
#134239 - 05/08/01 03:55 PM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
Sokar,
It would be extensive. Currently, the list is set up by alphabetically sorting the usernames and then grabbing info from their profiles.

I need some time to think of the best way to allow sorting based on the different categories.

Amy
_________________________
My Board

Top
#134240 - 05/08/01 04:05 PM Re: [6.0x] Basic Memberlist
Sokar Offline
Junior Member

Registered: 05/08/01
Posts: 5
Quote:
quote:
That would be really very nice of you if you could find a way to do this!

<FONT COLOR="#000000" SIZE="1">[ May 08, 2001 04:05 PM: Message edited by: Sokar ]</font>

Top
#134241 - 05/08/01 04:29 PM Re: [6.0x] Basic Memberlist
XuDuX Offline
Junior Member

Registered: 04/23/01
Posts: 27
Quote:
quote:


I've tried putting this practically everywhere I can think of in the file, its usually giving me a blank space (when not an error). I think its not checking &CustomTitle (this sub is in ubb_lib right?) or if it is its not reading it correctly or something.
_________________________

Top
#134242 - 05/08/01 04:36 PM Re: [6.0x] Basic Memberlist
Stuck Offline
Member

Registered: 04/23/01
Posts: 40
Scrap thatDoh,,,It worked this time...lol

<FONT COLOR="#000000" SIZE="1">[ May 08, 2001 04:43 PM: Message edited by: Stuck ]</font>

Top
#134243 - 05/08/01 04:49 PM Re: [6.0x] Basic Memberlist
Blaze Offline
Member

Registered: 01/29/01
Posts: 430
Loc: Somewhere | Sanity: None | Sex...
I tried making mine look like the original one for 5

http://lm.h-realms.com/cgi-bin/ultimatebb.cgi?ubb=get_memberlist
_________________________
All Day I Dream About Sheep
A.D.I.D.A.S

Top
#134244 - 05/08/01 05:11 PM Re: [6.0x] Basic Memberlist
Stuck Offline
Member

Registered: 04/23/01
Posts: 40
Wey hey,

Looks good 2 pac...Well done m8....

Top
#134245 - 05/08/01 08:53 PM Re: [6.0x] Basic Memberlist
Icarus Offline
Junior Member

Registered: 04/02/01
Posts: 10
Quote:
quote:


Any chance of getting the full code for the one you are using ? Thats really what I need and I lack the skills to do it myself.

Top
#134246 - 05/08/01 09:21 PM Re: [6.0x] Basic Memberlist
CtrlAltDel Offline
Member

Registered: 06/14/00
Posts: 161
Loc: In front of computer
we should break this into 2 scripts

one script to parse the memberlist, and setup data

second script to display

would cut down on CPU usage

<FONT COLOR="#000000" SIZE="1">[ May 08, 2001 10:34 PM: Message edited by: CtrlAltDel ]</font>
_________________________

Pirate Cove Software

Top
#134247 - 05/08/01 10:22 PM Re: [6.0x] Basic Memberlist
CtrlAltDel Offline
Member

Registered: 06/14/00
Posts: 161
Loc: In front of computer
oh and should show the $user_profile[15]/publicly displayed name as the name on there, not their login...

<FONT COLOR="#000000" SIZE="1">[ May 08, 2001 10:41 PM: Message edited by: CtrlAltDel ]</font>
_________________________

Pirate Cove Software

Top
#134248 - 05/08/01 10:47 PM Re: [6.0x] Basic Memberlist
PeterC Offline
Junior Member

Registered: 04/29/01
Posts: 18
Hi,

I am trying to add a table with the PM icon with a link to PM the user.....
Code:
code:


However I get an error saying that it is not terminated....

Isn't that what the last quote does?
_________________________
"Oil Beef Hooked"
-Drunk Irishman

Top
#134249 - 05/08/01 11:06 PM Re: [6.0x] Basic Memberlist
CtrlAltDel Offline
Member

Registered: 06/14/00
Posts: 161
Loc: In front of computer
you cant have quotes inside of quotes in a print statement

use ' if you can inside quotes in a print statement
_________________________

Pirate Cove Software

Top
#134250 - 05/08/01 11:12 PM Re: [6.0x] Basic Memberlist
CtrlAltDel Offline
Member

Registered: 06/14/00
Posts: 161
Loc: In front of computer
change the top part to this, if you want the list sorted by publicly displayed name rather then login name

while(<FILE>) {
@line = split(/|!!|/, $_);
@open_profile = &OpenProfile(@line[1]);
$username = @open_profile[15];
@raw_array[$counter] = lc($username)."/".@line[1];
$counter ++;
}
_________________________

Pirate Cove Software

Top
#134251 - 05/09/01 12:01 AM Re: [6.0x] Basic Memberlist
CtrlAltDel Offline
Member

Registered: 06/14/00
Posts: 161
Loc: In front of computer
Quote:
quote:


ditto for me
_________________________

Pirate Cove Software

Top
#134252 - 05/09/01 12:44 AM Re: [6.0x] Basic Memberlist
jordo Offline
Moderator / Developer

Registered: 08/05/00
Posts: 830
maybe im missing it but is there any special reason for the lowercasing of the users names
in this line?
@raw_array[$counter] = lc($username)."/".@line[1];
_________________________
jordo

Top
#134253 - 05/09/01 12:44 AM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
PeterC:
Code:
code:


XuDuX: I'll try it myself and tell you the fix
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134254 - 05/09/01 01:24 AM Re: [6.0x] Basic Memberlist
jordo Offline
Moderator / Developer

Registered: 08/05/00
Posts: 830
i rewrote this so that it will write the whole page to a file and then access that file from then on to display the page instead of doing all the routines. not sure if it really cuts down on server use or anything. if this helps you let me know and ill send it to you to look at. smile
_________________________
jordo

Top
#134255 - 05/09/01 01:25 AM Re: [6.0x] Basic Memberlist
CtrlAltDel Offline
Member

Registered: 06/14/00
Posts: 161
Loc: In front of computer
they lowercase them, for the sort line down the page, as sort works on an ascii level...
_________________________

Pirate Cove Software

Top
#134256 - 05/09/01 05:00 AM Re: [6.0x] Basic Memberlist
CtrlAltDel Offline
Member

Registered: 06/14/00
Posts: 161
Loc: In front of computer
http://piratecove.warpstorm.com/cgi-bin/ultimatebb.cgi?ubb=get_memberlist

there is mine so far
this definately needs to be broken up into multiple files.
_________________________

Pirate Cove Software

Top
#134257 - 05/09/01 07:18 AM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
CtrlAltDelete, What should eventually be done is a script created to go through the list for the existing members, and then create a static file for display.

Then, as new members join, they should be added to the list. I haven't done this because theoretically, leshrac is implementing his old member list. I can't see investing that amount of time in it.

I have thrown together a temporary solution that isn't hard to install, and is easy to get rid of when leshrac finally releases.

However, I do have a version that should be ready for release in a day or two that will break the list into pages. DPK is helping out. (At least he has the code :D)

Amy
_________________________
My Board

Top
#134258 - 05/09/01 01:00 PM Re: [6.0x] Basic Memberlist
CtrlAltDel Offline
Member

Registered: 06/14/00
Posts: 161
Loc: In front of computer
does anyone know the status on leshrac's hack?
_________________________

Pirate Cove Software

Top
#134259 - 05/09/01 01:52 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
amy: i'll check my email when i get home in about 30mins when my last class of the day is over and start workin. smile

leshrac: what is the status on ure conversion of ure memberlist script to ubb6?
_________________________

Top
#134260 - 05/09/01 06:44 PM Re: [6.0x] Basic Memberlist
Blaze Offline
Member

Registered: 01/29/01
Posts: 430
Loc: Somewhere | Sanity: None | Sex...



YOU WANT THIS?! Its quite simple if you do.
_________________________
All Day I Dream About Sheep
A.D.I.D.A.S

Top
#134261 - 05/09/01 07:05 PM Re: [6.0x] Basic Memberlist
Bo$$ Offline
Member

Registered: 03/26/01
Posts: 37
it's not working...
it gives me...
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

--------------------------------------------------------------------------------

Please try the following:

If you typed the page address in the Address bar, make sure that it is spelled correctly.

Open the home.starstation.ro home page, and then look for links to the information you want.
Click the Back button to try another link.
Click Search to look for information on the Internet.
HTTP 404 - File not found
Internet Explorer

_____________________________
wierd!
_________________________
My board

Top
#134262 - 05/09/01 07:09 PM Re: [6.0x] Basic Memberlist
Bo$$ Offline
Member

Registered: 03/26/01
Posts: 37
no need...silly me! smile
i was using your link with cgi-bin and i have cgi-local! smile
_________________________
My board

Top
#134263 - 05/09/01 08:14 PM Re: [6.0x] Basic Memberlist
josh Offline
Member

Registered: 06/04/00
Posts: 510
Loc: USA
Hmph....what the heck is up with my memberlist. I get this at the bottom:

FYI
No member profile found for member number: o
» Please use your browser's back button to return.

http://www.ultanime.net/cgi-bin/ultimatebb.cgi?ubb=get_memberlist

I thought i'd get this fixed before I tried to hack the file to add more columns ect... Any idea on whats wrong people?

- The Allmighty Kitty (M_E_W)
_________________________
//i wanna scream, show the world i have an inside.
i wanna bleed, let the blood flow, that keeps me alive.

Top
#134264 - 05/09/01 08:25 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
the problem occurs because one of your members, 'o', has a character in his login name that disrupts parsing.

quick fix:

replace the while at the top of the script with:

while(<FILE>) {
@line = split(/|!!|/, $_);
$username = @line[0];
@raw_array[$counter] = lc($username)."|!!|".@line[1];
$counter ++;
}

then scroll down and find:
($user,$number) = split(///, @sort_array[$counter2]);

replace with:
($user,$number) = split(/|!!|/, @sort_array[$counter2]);


should work..... i think. smile havent tried it though
_________________________

Top
#134265 - 05/09/01 08:29 PM Re: [6.0x] Basic Memberlist
josh Offline
Member

Registered: 06/04/00
Posts: 510
Loc: USA
Yay it works =D, thank you very much ^_^;;.

- M_E_W
_________________________
//i wanna scream, show the world i have an inside.
i wanna bleed, let the blood flow, that keeps me alive.

Top
#134266 - 05/09/01 08:36 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
np mew smile
_________________________

Top
#134267 - 05/09/01 08:40 PM Re: [6.0x] Basic Memberlist
josh Offline
Member

Registered: 06/04/00
Posts: 510
Loc: USA
Quote:
quote:

:D, now it's time to get down to buisiness and add more columns and stuff to it and make it all purdy tipsy.

- M_E_W
_________________________
//i wanna scream, show the world i have an inside.
i wanna bleed, let the blood flow, that keeps me alive.

Top
#134268 - 05/09/01 08:45 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
hehe, wait till u see the next version that amy has cookin wink


amy: if u need anything else, i'm always available and bored. i really need to think of a new idea for a new mod to code. smile
_________________________

Top
#134269 - 05/09/01 08:58 PM Re: [6.0x] Basic Memberlist
josh Offline
Member

Registered: 06/04/00
Posts: 510
Loc: USA
Quote:
quote:

Ooooo.....I can't wait laugh. Amy, is there any way you can give us a preview of "whats cookin" in your next version tipsy smile?
_________________________
//i wanna scream, show the world i have an inside.
i wanna bleed, let the blood flow, that keeps me alive.

Top
#134270 - 05/10/01 12:26 AM Re: [6.0x] Basic Memberlist
kaak Offline
Member

Registered: 09/07/00
Posts: 104
2pac: yesyes, that is exactly what we need!!! can you give us a link?
_________________________
kaak
kaak@msn.com
icq# 4032410

Top
#134271 - 05/10/01 05:47 AM Re: [6.0x] Basic Memberlist
Stuck Offline
Member

Registered: 04/23/01
Posts: 40
2pac...
Very nice m8...:)Well done...
Any chance of a link for the script....

Thanx in advance

Top
#134272 - 05/10/01 06:19 AM Re: [6.0x] Basic Memberlist
stamatoulis Offline
Member

Registered: 01/03/01
Posts: 71
Loc: Greece
Quote:
quote:


Yes, how did you do it??
Please tell me...
If you don't want to post, please send me a pm.

Thanks,
_________________________
Bye bye,
John

Sorry but my english is not so good! Thats because i am from Greece! smile

Top
#134273 - 05/10/01 07:58 AM Re: [6.0x] Basic Memberlist
Blaze Offline
Member

Registered: 01/29/01
Posts: 430
Loc: Somewhere | Sanity: None | Sex...
Find:

Code:
code:



Icons:

AIM:
Email:
Homepage:
Private Message:
_________________________
All Day I Dream About Sheep
A.D.I.D.A.S

Top
#134274 - 05/10/01 08:50 AM Re: [6.0x] Basic Memberlist
Sheffield Tunes Offline
Member

Registered: 04/15/01
Posts: 79
Loc: Israel
why do i get this in my memberlist???
i've got some members with no name but it still shos the topics and all
what did i did wrong??

<FONT COLOR="#000000" SIZE="1">[ May 11, 2001 09:16 AM: Message edited by: Sheffield Tunes ]</font>

Top
#134275 - 05/10/01 10:26 AM Re: [6.0x] Basic Memberlist
stamatoulis Offline
Member

Registered: 01/03/01
Posts: 71
Loc: Greece
Quote:
quote:


Thank you very much!

This hack is great!

Thanks again,

Bye,
John
_________________________
Bye bye,
John

Sorry but my english is not so good! Thats because i am from Greece! smile

Top
#134276 - 05/10/01 01:19 PM Re: [6.0x] Basic Memberlist
Loki Offline
Junior Member

Registered: 10/04/00
Posts: 23
_________________________
The Gray Line of Life can make or break you.....

www.magicklean.com

Top
#134277 - 05/10/01 01:47 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
2pac, u do realize that your little addition does not account for members who have visibility of their email or allow pms turned on/off? smile
_________________________

Top
#134278 - 05/10/01 02:08 PM Re: [6.0x] Basic Memberlist
M2sc-com Offline
Member

Registered: 03/06/01
Posts: 281
Loc: Bristol, FL
please fix your code where it fits on the screen, got a 21 inch screen and it still won't fit on it
_________________________
Website: M2sc.com
Hacks Made:
ICQ Pop-up Hack v1.5 (DOWN *NEW SERVER*)

Category Descriptions

Top
#134279 - 05/10/01 04:09 PM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
#####################
???
#####################

my $this_aim = $user_profile[22];
chomp ($this_aim);

if ($this_aim ne "") {
$this_aim = qq(  <a href="aim:goim?screenname=$this_aim&message=Hallo.+Bist+du+da?">
<img src="$vars_config{NonCGIURL}/aim.gif" alt= "AOL" border=0></a>);
} else {
$this_aim = "";
}

#############################################
can i ad this like this to show or not to show AIM ???

next the code in german ......

>>> include SEARCHING and HEADER and TARGET

#############################################


sub Memberlist {
open (FILE, "$vars_config{MembersPath}/memberslist.cgi") &#0124;&#0124; die "Can't open:";
&lock;
print "<html><head></head><body>";
$counter = 0;

while(<FILE>) {
@line = split(/|!!|/, $_);
@open_profile = &OpenProfile(@line[1]);
$username = @open_profile[15];
@raw_array[$counter] = lc($username)."/".@line[1];
$counter ++;
}


&unlock;
close (FILE);
# get assigned style template!
unless (exists($template_match{summary_page})) { $template_match{summary_page} = 1; }
require "$vars_config{NonCGIPath}/styles/vars_style_$template_match{summary_page}.cgi";

&set_page_elements;
print $Header;

@sort_array = sort(@raw_array);
$counter2 = 0;
print<<table;

<CENTER>
<A NAME="tabletop">

<TABLE border="0" width="$vars_style{TableWidth}">
<TR><TD align="left" valign="top" >
<A HREF="$vars_config{CGIURL}/ultimatebb.cgi"><IMG src="$vars_config{NonCGIURL}/$vars_style{BBTitle}" border="0"></A>
</TD>
<TD align="center">
<B>
<FONT size="3" face="$vars_style{FontFace}" color="$vars_style{BBTitleFontColor}">$vars_config{BBName}</FONT></B>


<FONT size="1" face="$vars_style{FontFace}">
$MainButtonsLine
</FONT>
</TD></TR></TABLE></b>



<table border="0" width="$vars_style{TableWidth}">
<tr>
<TD valign="bottom" align="right">
<FONT SIZE="1" FACE="$vars_style{FontFace}">
</FONT>
</TD>
</tr>
</table>

<!-- Navigation/Login Table -->

$TBT

<TR bgcolor="$vars_style{AltColumnColor1}">
<TD NOWRAP align="left" valign="bottom">
<FONT SIZE="1" FACE="$vars_style{FontFace}">
<B>» 
$show_logout
</B>
</font>
</TD>
<TD valign="bottom" align="right">
<FONT SIZE="1" FACE="$vars_style{FontFace}">
<B>
<A HREF="$vars_config{CGIURL}/ultimatebb.cgi"><ACRONYM TITLE="$vars_wordlets{forum_home_link}">
$vars_config{BBName}</ACRONYM></A> » MITGLIEDERLISTE  
</B>
</FONT>
</TD>
</TR>

$TBB





<!-- Navigation/Login Table -->


$TBT

<table width="100%" border="0" cellpadding="4" cellspacing="1">
<tr bgcolor="$vars_style{TableColorStrip}">

<td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}">
<b>Name</b></font></td>

<td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}">
<b><center>Suchen</center></b></font></td>

<td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}">
<b><center>PM</center></b></font></td>

<td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}">
<b><center>AIM</center></b></font></td>

<td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}">
<b><center>eMail</center></b></font></td>

<td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}">
<b><center>HP</center></b></font></td>

<td><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}">
<b><center>Anmeldung</center></b></font></td>

<td align="right"><FONT SIZE="1" COLOR="$vars_style{TableStripTextColor}" FACE="$vars_style{FontFace}">
<b>Beiträge</b></font></td>

</tr>

table
while ( $counter2 < $counter ) {
($user,$number) = split(///, @sort_array[$counter2]);

@user_profile = &OpenProfile($number);
print "<tr bgcolor="$vars_style{AltColumnColor1}">";

print "<td><a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile&u=". $number ."">".$user. "
</a>
</td>";

print "<TD><center><A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=recent_user_posts&u=". $number ."">
<img src="$vars_config{NonCGIURL}/search.gif" border="0" alt="Beiträge suchen.">
</A></TD>";

print "<TD><center><A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=private_message&u=". $number ."">
<img src=$vars_config{NonCGIURL}/privateicon.gif border=0 alt="Private Nachricht versenden.">
</A></center></TD>";

print "<td><center><a href=aim:goim?Screenname=$user_profile[22]&message=Hi,+Are+you+there?>
<img src=$vars_config{NonCGIURL}/aim.gif border=0 alt="AOL Nachricht versenden.">
</a></center></td>";

print "<td><center><a href=mailto:$user_profile[2]>
<img src=$vars_config{NonCGIURL}/emailicon.gif border=0 alt="eMail versenden.">
</a></center></td>";

print "<td><center><a href=$user_profile[3] target="_blank">
<img src=$vars_config{NonCGIURL}/homeicon.gif border=0 alt="Homepage">
</a></center></td>";

print "<td><center>$user_profile[10]
</center></td>";

print "<td align="right">$user_profile[7] Beiträge
</td></tr>";


$counter2 ++;

}
print" </table>";

print $TBB;
print $Footer;
print "</body></html>";
exit;
}
1;
############################################

www.Chat-Board.de


>>> Mitgliederliste liegt im "UBB Hacker" Kopf wink

<FONT COLOR="#000000" SIZE="1">[ May 10, 2001 04:19 PM: Message edited by: melder ]</font>
_________________________
loveground.com

Top
#134280 - 05/10/01 08:08 PM Re: [6.0x] Basic Memberlist
Zippy Offline
Member

Registered: 04/23/01
Posts: 69
my apologies if someone has suggested this idea already. Amy, in the next version, it'd be great to have the user's member number as a column on the list as well.
_________________________
Promote your UBB @ UBBDIRECTORY.COM

Top
#134281 - 05/11/01 06:34 AM Re: [6.0x] Basic Memberlist
amykhar Offline
Member

Registered: 08/20/00
Posts: 240
Guys, I am bowing out gracefully and passing this over to DPK. I am in the middle of getting ready for a certification exam (amongst other things) and don't have the time to play with this one.

As soon as I find DPK's link to the latest version, I will post it in the top of this thread.

Amy
_________________________
My Board

Top
#134282 - 05/11/01 04:45 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
workin on it, hang on smile

you'll like it when you see it.
_________________________

Top
#134283 - 05/11/01 05:24 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
can people please link to text files instead of posting big wads of code? or at least modify the code you post so it doesnt end up blowing the page way out of proportion? smile
_________________________

Top
#134284 - 05/11/01 06:16 PM Re: [6.0x] Basic Memberlist
M2sc-com Offline
Member

Registered: 03/06/01
Posts: 281
Loc: Bristol, FL
I agree!
_________________________
Website: M2sc.com
Hacks Made:
ICQ Pop-up Hack v1.5 (DOWN *NEW SERVER*)

Category Descriptions

Top
#134285 - 05/11/01 08:08 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
Here ya go:
http:// <A HREF=\"http://www.nfs...rlist_6.3.0.zip " TARGET=_blank>www.nfscheats.com/users/DPK/scripts/download/download.cgi?name=Memberlist%20v6.3.0&file=http://www.nfscheats.com/users/DPK/scripts/cgi_perl/memberlist_6.3.0.zip[/URL]</A>

or simpler url:
http://www.nfscheats.com/users/DPK/scripts/download

more to come. smile enjoy.

<FONT COLOR="#000000" SIZE="1">[ May 12, 2001 03:46 PM: Message edited by: DPK ]</font>
_________________________

Top
#134286 - 05/11/01 08:39 PM Re: [6.0x] Basic Memberlist
AlienLX Offline
Member

Registered: 03/26/01
Posts: 91
Loc: North Carolina
Okay, I need some help, if possible..
I've got compact headers installed, and the memberlist display comes out like this:


Is there anything I can do to make this look right?
Thanks.

<FONT COLOR="#000000" SIZE="1">[ May 11, 2001 08:44 PM: Message edited by: AlienLX ]</font>
_________________________

Top
#134287 - 05/11/01 08:43 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
alien...

open public_memberlist and find:
Code:
code:



delete it. smile

<FONT COLOR="#000000" SIZE="1">[ May 11, 2001 08:46 PM: Message edited by: DPK ]</font>
_________________________

Top
#134288 - 05/11/01 08:49 PM Re: [6.0x] Basic Memberlist
AlienLX Offline
Member

Registered: 03/26/01
Posts: 91
Loc: North Carolina
Fixed.. thanks DPK. smile
_________________________

Top
#134289 - 05/12/01 12:45 AM Re: [6.0x] Basic Memberlist
Killahbyte Offline
Junior Member

Registered: 12/17/00
Posts: 23
You are attempting to reach a page that does not exist.
» Please use your browser's back button to return.
_________________________
I believe it was the famous killahbyte who once said all computers run at the same speed................................when they're off he he he = )

Top
#134290 - 05/12/01 01:32 AM Re: [6.0x] Basic Memberlist
Tolitz Offline
Member

Registered: 09/15/00
Posts: 164
Loc: Los Angeles, CA
Yep, I get that error too when I tried installing it...
_________________________
Open Tech Support

Top
#134291 - 05/12/01 05:49 AM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
* dpk wonders if you people even bothered to read the damn readme text file *
_________________________

Top
#134292 - 05/12/01 06:31 AM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
I chose to show anything except ICQ, but:
a. AIM & PM's alt colors are the same (they shouldn't be).
b. Location & Date Joined's alt colors are the same (they shouldn't be).

I think there will be many others like that when I'll deselect some options.

But... I like it wink

<FONT COLOR="#000000" SIZE="1">[ May 12, 2001 06:33 AM: Message edited by: LK ]</font>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134293 - 05/12/01 06:42 AM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Fix:
Code:
code:
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134294 - 05/12/01 07:13 AM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
LK: thanx for noticing that, i had no idea, must have slipped by me without notice. smile in next version. tipsy
_________________________

Top
#134295 - 05/12/01 10:21 AM Re: [6.0x] Basic Memberlist
anticonscience Offline
Junior Member

Registered: 04/07/01
Posts: 15
Loc: Houston, Texas
it's a great hack...I noticed the color column deal but that's a no brainer fix..I also went back thru and centered a lot of the columns.

nice work!

http://www.anticonscience.net/cgi-bin/ultimatebb.cgi?ubb=memberlist
_________________________
http://www.anti-forum.com

Top
#134296 - 05/12/01 03:55 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
New Memberlist Version:
http://www.nfscheats.com/users/DPK/scripts/download/download.cgi?name=Memberlist%20v6.3.4&file=http://www.nfscheats.com/users/DPK/scripts/cgi_perl/memberlist_6.3.4.zip

or at:

http://www.nfscheats.com/users/DPK/scripts/download
_________________________

Top
#134297 - 05/13/01 06:57 AM Re: [6.0x] Basic Memberlist
Sammie Offline
Junior Member

Registered: 12/28/00
Posts: 20
Maybe a shorter method to print the dropdown-letter list.
Code:
code:

Top
#134298 - 05/13/01 08:09 AM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
Sammie: thankyou for your suggestion. i tested it out and it works aok. its in the next release and there is a comment by that block of code giving you credit for that. smile

i modified it a bit though to do this:

Code:
code:


<FONT COLOR="#000000" SIZE="1">[ May 13, 2001 08:10 AM: Message edited by: DPK ]</font>
_________________________

Top
#134299 - 05/13/01 10:01 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
show this ... www.chat-board.de (at the top) >>Memberlist<<

############ print after "list title" ######

$TBB





<script language="javascript">
<!--
function ML_goto(form) {
var url = form.list.options[form.list.selectedIndex].value;
if (url != "") location.href = url;
return false;
}
// -->
</script>

<center>
<table border="0" width="$vars_style{TableWidth}">
<TR>
<TD vatign="button" align="left">

<form name="category">
<select name="list" onChange="ML_goto(this.form)">
<option value="">$vars_wordlets_memberlist{Sort}</option>
<option>..........</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=A">A</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=B">B</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=C">C</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=D">D</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=E">E</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=F">F</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=G">G</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=H">H</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=I">I</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=J">J</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=K">K</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=L">L</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=M">M</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=N">N</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=O">O</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=P">P</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=Q">Q</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=R">R</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=S">S</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=T">T</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=U">U</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=B">V</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=W">W</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=X">X</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=Y">Y</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=Z">Z</option>
<option>..........</option>
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=#">SONDERZEICHEN</option>
</select>
</form>

MemberlistGuts

if ($ML_view == 1) {
print qq~
<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=1&letter=$ML_letter" selected>
<font size="$vars_style{TextSize}" face="$vars_style{FontFace}">$vars_wordlets_memberlist{Search} <b>$ML_letter</b></option>

<option value=""><font size="$vars_style{TextSize}" face="$vars_style{FontFace}">    
<a href=http://www.axtien.de/cgi-bin/snow-board/ultimatebb.cgi?ubb=memberlist>$vars_wordlets_memberlist{Home} </a></option></font></td>
~;
}


if ($ML_next_link &#0124;&#0124; $ML_previous_link) {
print "<td valign=button align=right><font size="$vars_style{TextSize}" face="$vars_style{FontFace}">  $ML_previous_link $ML_next_link</font></td></tr></table>";
}

print<<MemberlistGuts;

$TBT

########################
to display not ! the login-name change:

print "<td bgcolor="$alt_color"><FONT size="$vars_style{TextSize}" face="$vars_style{FontFace}"><a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile&u=$ML_usernum">

$user_profile[15] # edit this !

</a></td>";

######################################

how can i sort by the "real name" ???
edit the POST (if u like)
######################################

if ($ML_switch_posts eq "ON") {

if (($user_profile[7] ne "") && ($user_profile[7] =~ "0")) {
print "<td align="right" bgcolor="$alt_color"><FONT size="$vars_style{TextSize}" face="$vars_style{FontFace}">$user_profile[7]</FONT></td>"; }
else {
print "<td align="right" bgcolor="$alt_color"><FONT size="$vars_style{TextSize}" face="$vars_style{FontFace}"><A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=recent_user_posts&u=$ML_usernum">$user_profile[7]</FONT></td>"; }

##################################
so u can search the post -
BUG: if u have post 10 or 100 or 30 post - u have no link !!

###################
bad english i know

www.chat-board.de

<FONT COLOR="#000000" SIZE="1">[ May 13, 2001 10:33 AM: Message edited by: melder ]</font>
_________________________
loveground.com

Top
#134300 - 05/13/01 10:27 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
in ubb_memberlist.cgi - edit
#############################

# Temporary Configuration
##########################
# ON/OFF

$ML_switch_aim = "ON";
$ML_switch_email = "ON";
$ML_switch_homepage = "ON";
$ML_switch_icq = "ON";
$ML_switch_joined = "OFF";
$ML_switch_location = "ON";
$ML_switch_membernum = "ON";
$ML_switch_pm = "ON";
$ML_switch_posts = "ON";

##########################
# Member per page

$ML_member_page = "20";

# End Config
##########################
and next change:
################


else {
$ML_start = $in{start};
$ML_maxnumber = $ML_member_page; # edit this
$ML_pagecounter = 0;


#######################

my files (in german wordlets) memberlist.zip

demo: www.chat-board.de (at the top)
_________________________
loveground.com

Top
#134301 - 05/13/01 10:31 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
yes i am ...
if you sort by letter - it show all members on 1 (one) page.

laugh laugh laugh
_________________________
loveground.com

Top
#134302 - 05/13/01 11:16 AM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
melder get the version i released yesterday, it already has the code that you posted in it.

<FONT COLOR="#000000" SIZE="1">[ May 13, 2001 11:18 AM: Message edited by: DPK ]</font>
_________________________

Top
#134303 - 05/13/01 11:18 AM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
note: next version will have a cp interface for it.
_________________________

Top
#134304 - 05/13/01 11:38 AM Re: [6.0x] Basic Memberlist
TedBrown Offline
Member

Registered: 07/10/00
Posts: 48
um, dpk, i think you forgot a color code for the tables that have the drop down menus and the next 50 things. On my board it was displaying as an ugly black color. I fixed it though.

http://www.ps2ug.com/cgi-bin/ultimatebb.cgi?ubb=memberlist

Just thought you would like to know smile

PS: Oh, also one of the icq icons from that icq site does not work. Maybe you can get it from somewhere else.

PPS: A request. Add in the ability to add a link to memberlist where you can click to go to the search function, faq, etc...

<FONT COLOR="#000000" SIZE="1">[ May 13, 2001 11:40 AM: Message edited by: TedBrown ]</font>

Top
#134305 - 05/13/01 11:44 AM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
ted: not really a mistake i made, i designed it like that. if u want ure board to look like teds:


find
Code:
code:


replace with
Code:
code:
_________________________

Top
#134306 - 05/13/01 11:46 AM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
also, the icq image wont work when ure members, for example:

I.P.Freely 0 posts 04-21-2001 00000059

have icq numbers like, "No".

yell at ure members, not me wink i'll parse for valid numbers in the next version.
_________________________

Top
#134307 - 05/13/01 02:38 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
New Version! smile

http://www.nfscheats.com/users/DPK/scripts/download/download.cgi?name=Memberlist%20v6.3.6&file=http://www.nfscheats.com/users/DPK/scripts/cgi_perl/memberlist_6.3.6.zip

or

http://www.nfscheats.com/users/DPK/scripts/download


Includes an SHW installer for those who are lazy. smile
_________________________

Top
#134308 - 05/13/01 02:48 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
next release should have multiple pages for letter categories, a search feature, and some other goodies.
_________________________

Top
#134309 - 05/13/01 02:51 PM Re: [6.0x] Basic Memberlist
TedBrown Offline
Member

Registered: 07/10/00
Posts: 48
Um, why would you design it like that? It looks really ugly and like there is something wrong with the tables, because thats the color you get when you screw with ubb's tables.

Also, sorry about the icq thing. I didnt notice that was why it did that.

<FONT COLOR="#000000" SIZE="1">[ May 13, 2001 02:52 PM: Message edited by: TedBrown ]</font>

Top
#134310 - 05/13/01 03:12 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
i designed it so that the dropdown boxes and everything would be in a table that had a transparent bg. my board has a black bg. i guess i didnt notice it. anyways, i removed the $TBT and $TBB for that section of the code and replaced it so that it displays right. download the new version i just released, works fine, i think. smile

my fault for any problems, i didnt get alot of sleep in the last two days.

<FONT COLOR="#000000" SIZE="1">[ May 13, 2001 03:15 PM: Message edited by: DPK ]</font>
_________________________

Top
#134311 - 05/13/01 03:18 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
by a cast of votes, vote:

1. default sort by display name
2. default sort by login name (current)
_________________________

Top
#134312 - 05/13/01 03:23 PM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
@ DPK
here i am again ...

1) delete the 2. ICO Gif
2) delete the $TBB in the top table at the SORT button in .pl

...... ad u like ..........

<A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=recent_user_posts&u=$ML_usernum">

... to search by posts ...



- can i sort by public_names
- get "target" by Homepage and ICQ


www.chat-board.de
_________________________
loveground.com

Top
#134313 - 05/13/01 03:37 PM Re: [6.0x] Basic Memberlist
Slasher Offline
Member

Registered: 01/22/00
Posts: 181
Loc: The Netherlands
When i go to the cp and click on the memberlist settings, i get the following error: "You do not have permission to access this area." Maybe that's because i couldn't find the "$MainButtons = qq!" etc, etc line in ubb_lib?

Top
#134314 - 05/13/01 03:43 PM Re: [6.0x] Basic Memberlist
Slasher Offline
Member

Registered: 01/22/00
Posts: 181
Loc: The Netherlands
The "$MainButtons = qq!" line doesn't exist in 6.04a.

Top
#134315 - 05/13/01 03:44 PM Re: [6.0x] Basic Memberlist
XuDuX Offline
Junior Member

Registered: 04/23/01
Posts: 27
I'd have to say that I'd prefer it do by displayed name, because thats the name everyone (regular members) know.


You also may want to set the text for the link ($MainButtons) as a wordlet, so those that capitalize it or have different languages can change it in the cp.

<FONT COLOR="#000000" SIZE="1">[ May 13, 2001 03:47 PM: Message edited by: XuDuX ]</font>
_________________________

Top
#134316 - 05/13/01 03:53 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
xudux: like i've said, i havent done wordlets for this yet.

slasher: make sure u have followed all directions.
_________________________

Top
#134317 - 05/13/01 04:13 PM Re: [6.0x] Basic Memberlist
TedBrown Offline
Member

Registered: 07/10/00
Posts: 48
yes works great. And the broken icq images are gone to. smile

Top
#134318 - 05/14/01 06:40 AM Re: [6.0x] Basic Memberlist
Sammie Offline
Junior Member

Registered: 12/28/00
Posts: 20
the ubb_memberlist.cgi has a count-error

>> $ML_next = $ML_start+$ML_maxnumber+1

When you put +1 after this it counts 50+1 and this is wrong. Check this when you sort by usernumber. Every time you change a page (next 50) 1 member is missing. Delete the +1 ($ML_next = $ML_start+$ML_maxnumber) and it counts correct. ($ML_next = $ML_start+$ML_maxnumber+1 exist 2 times in this file)

<FONT COLOR="#000000" SIZE="1">[ May 14, 2001 06:43 AM: Message edited by: Sammie ]</font>

Top
#134319 - 05/14/01 08:52 AM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
There is a bug, that occurs if there are less members than ML_sort_postnum:
Fix (works in my testboard):
Code:
code:

Anticonscience, yes, it's not a brainer fix, but somebody has to do it wink
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134320 - 05/14/01 11:14 AM Re: [6.0x] Basic Memberlist
Dreamweaver Offline
Junior Member

Registered: 04/05/01
Posts: 24
Help , I dont know it give me this page not exist error frown , i put a link like this

<a href="http://www.ccvforum.f2s.com/cgi-bin/ultimatebb.cgi?ubb=memberlist">

and uploaded 2 files , set permission , but don't know why

It worked with old version by amykhar with a link

<a href="http://www.ccvforum.f2s.com/cgi-bin/ultimatebb.cgi?ubb=get_memberlist">

with get_memberlist.cgi in cgi folder

Please help , i'm so new with this . Please check that link for me , i'm sorry about language but it a "page not exist" error

Thank you

Top
#134321 - 05/14/01 11:35 AM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Dreamweaver, you didn't modify/upload your ultimatebb.cgi file correctly.
Check the "if ($ubb eq 'memberlist') {" part.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134322 - 05/14/01 12:05 PM Re: [6.0x] Basic Memberlist
Dreamweaver Offline
Junior Member

Registered: 04/05/01
Posts: 24
This text copy from my ultimatebb.cgi

if ($ubb eq 'find_lost') {
require "$vars_config{CGIPath}/ubb_lib_misc.cgi";
&find_lost; exit;
} #end find_lost

if ($ubb eq 'memberlist') {
require "$vars_config{CGIPath}/ubb_memberlist.cgi";
&Memberlist_Parse; exit;
} #end memberlist


I cut and pasted from instruction file frown

Top
#134323 - 05/14/01 12:18 PM Re: [6.0x] Basic Memberlist
Dreamweaver Offline
Junior Member

Registered: 04/05/01
Posts: 24
I've got ultimatebb.cgi hack as mentioned before , 2 file ubb_memberlist.cgi mode 755 , public_memberlist.pl mode 755

and a link like that in my board and i don't know why frown frown . I want the sort and multi page functions coz my board will full of member soon frown Please helpppppppp

<FONT COLOR="#000000" SIZE="1">[ May 14, 2001 12:29 PM: Message edited by: Dreamweaver ]</font>

Top
#134324 - 05/14/01 12:45 PM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
PLZ - i like not only to show the "public names"

>>> i like to sort by public names



can u do it ...

www.chat-board.de
_________________________
loveground.com

Top
#134325 - 05/14/01 01:49 PM Re: [6.0x] Basic Memberlist
Dreamweaver Offline
Junior Member

Registered: 04/05/01
Posts: 24
Please help someone frown i also clear cache but can't help frown

Top
#134326 - 05/14/01 01:56 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
That only should happen if you didn't upload ultimatebb.cgi or ubb_memberlist.cgi.

BTW, I can't see "Powered by Infopop" anywhere...
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134327 - 05/14/01 01:58 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Or change "if ($ubb eq 'get_memberlist') {"'s content to:

if ($ubb eq 'get_memberlist') {
require "$vars_config{CGIPath}/ubb_memberlist.cgi";
&Memberlist_Parse; exit;
} #end get_memberlist


and change all links to ultimatebb.cgi?ubb=memberlist to ultimatebb.cgi?ubb=get_memberlist

<FONT COLOR="#000000" SIZE="1">[ May 14, 2001 01:59 PM: Message edited by: LK ]</font>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134328 - 05/14/01 02:12 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
dreamweaver:
please get the latest version, in the latest version, the ultimatebb.cgi if block should look like this (in v6.3.6):

if ($ubb eq 'memberlist') {
require "$vars_config{CGIPath}/ubb_memberlist.cgi";
&memberlist_parse; exit;
} #end memberlist

for some weird reason, maybe because i was tired, i changed the subroutine to lowercase.

if that doesnt work, take the hack out, make sure u download 6.3.6 from here , and install it. There is an auto installing shw file which should make ure life easier. If you are still having trouble, reply and I'll talk some more. You may also want to try LK's suggestions.


sammie:
* edit: n/m, i figured out what u meant * smile


lk:
your code and credit for it will be in the next release, thankyou. smile the more people contribute to this, the better it will be. smile


melder:
i'm not quite sure what you are asking? from my standpoint, i am recoding parsing so that it displays the display names only and not login names. partly for security and mostly because on the ubb you dont see a persons login name, you know them by their display name.

<FONT COLOR="#000000" SIZE="1">[ May 14, 2001 02:22 PM: Message edited by: DPK ]</font>
_________________________

Top
#134329 - 05/14/01 04:21 PM Re: [6.0x] Basic Memberlist
Dreamweaver Offline
Junior Member

Registered: 04/05/01
Posts: 24
I change all to get_memberlist and it work wow laugh thank LK .

Top
#134330 - 05/14/01 11:13 PM Re: [6.0x] Basic Memberlist
anticonscience Offline
Junior Member

Registered: 04/07/01
Posts: 15
Loc: Houston, Texas
ok i just installed the newest release and i'm having some issues....

#1 when you first pull the memberlist it is not sorted correctly....half the "a,b,c etc." names end up on the second page after some of the "z's".

#2 this hack is showing the users registered names...not their display names.

I'm really mostly concerned about the first one..


http://www.anticonscience.net/cgi-bin/ultimatebb.cgi?ubb=memberlist

any suggestions? thanks.

<FONT COLOR="#000000" SIZE="1">[ May 14, 2001 11:15 PM: Message edited by: anticonscience ]</font>
_________________________
http://www.anti-forum.com

Top
#134331 - 05/15/01 01:21 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
melder:
i'm not quite sure what you are asking?

Quote:
quote:



... understand now ?
...........................................

to show there displayed names (public names i say)

edit in pl. $user_profile[0] to $user_profile[15]


to sort edit .cgi to ???

...........................................
www.chat-board.de
_________________________
loveground.com

Top
#134332 - 05/15/01 11:36 AM Re: [6.0x] Basic Memberlist
Slurpee Offline
Member

Registered: 01/11/00
Posts: 322
Works pretty good. You definitely will want to consider breaking up the letter pages into multiple pages with "Next" and "Previous" at the top. Some of my letters have 60 or 70 names, too much to load one page.

Anyone else noticing that in the "Location" area, the background is the bg color and not the alt color if the person doesn't have anything in that field? Been trying if/else statements there, but have had no luck, so if anyone has the fix, post it.

<FONT COLOR="#000000" SIZE="1">[ May 15, 2001 01:04 PM: Message edited by: Slurpee ]</font>
_________________________
Webmaster Van Halen Links.com
http://www.vhlinks.com
UBB Support Moderator
http://community.infopop.net/

Top
#134333 - 05/15/01 01:55 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
anticonscience:
1. yes, bug fixed for next version.
2. i already stated that the next version will sort by display names, instead of registered users. it is a security risk not to do it otherwise. smile i agree.


melder:
yes, i understand now, this is fixed in the upcomming version.


slurpee:
lemme guess, ure seeing that on a netscape or older browser? the problem is that a browser like netscape will see that there is no content in that box of the table and and wont display the bg right. the simple solution is to just replace all the " "'s with "& nbsp ;"'s (ignore space between the & and n and the p and ; ). i'll fix it for next release.

also multi-page alphabet categories will be added to the next version.

<FONT COLOR="#000000" SIZE="1">[ May 15, 2001 05:03 PM: Message edited by: DPK ]</font>
_________________________

Top
#134334 - 05/15/01 01:56 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
expect a new version by either wednesday or thurday. i am busy with some school stuff at the moment. tipsy
_________________________

Top
#134335 - 05/15/01 02:02 PM Re: [6.0x] Basic Memberlist
Slurpee Offline
Member

Registered: 01/11/00
Posts: 322
DPK - Yep 'ole Netscape is the culprit. I tried using if/else statements and call a blank space instead of the $user_profile[6]. But alas no good. I'll look into your solution too. smile
_________________________
Webmaster Van Halen Links.com
http://www.vhlinks.com
UBB Support Moderator
http://community.infopop.net/

Top
#134336 - 05/15/01 02:12 PM Re: [6.0x] Basic Memberlist
Slurpee Offline
Member

Registered: 01/11/00
Posts: 322
DPK - found the problem. The reason you can't get the bg to print properly even with an if/else statement is that you need to to chomp the $user_profile[6] field in public_memberlist.pl. Once I did that, the bg did properly display after I used my if/else statement.
_________________________
Webmaster Van Halen Links.com
http://www.vhlinks.com
UBB Support Moderator
http://community.infopop.net/

Top
#134337 - 05/15/01 07:19 PM Re: [6.0x] Basic Memberlist
PeterC Offline
Junior Member

Registered: 04/29/01
Posts: 18
The template file has some html issues in it.

If I knew where they were I would be more descriptive but I don't.

I have my UBB enclosed in a table but the memberlist template seems to add an extra table tag and screws up the look of the page. :rolleyes:

My memberlist VS. what the style should look like My UBB

<FONT COLOR="#000000" SIZE="1">[ May 15, 2001 07:20 PM: Message edited by: PeterC ]</font>
_________________________
"Oil Beef Hooked"
-Drunk Irishman

Top
#134338 - 05/16/01 01:44 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
...

<FONT COLOR="#000000" SIZE="1">[ May 16, 2001 01:49 AM: Message edited by: melder ]</font>
_________________________
loveground.com

Top
#134339 - 05/16/01 01:46 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
... melder wink

ad - in the "sort option" to come back after sort by ...
###########################

<option value="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist">HOME</option>

###########################
edit, like in ubb topics, the next and prev to gif in .cgi
###########################

<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist&view=2&sort=usernum&start=$ML_previous">
<img src="$vars_config{NonCGIURL}/prev.gif" border="0"></a>

###
- and delete the "    " in .pl
##########################
and if u like:

- change the "#" to "@" or "special" 4 a better understanding ...

- <center> the AIM, PM, HP, ICQ, Search (if u insert)
- <td align"right"> 4 the "posts"
- <td align"left"> 4 "public wink -name, location and membernumber.
melder: www.chat-board.de

<FONT COLOR="#000000" SIZE="1">[ May 16, 2001 01:50 AM: Message edited by: melder ]</font>
_________________________
loveground.com

Top
#134340 - 05/16/01 01:47 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
ups
_________________________
loveground.com

Top
#134341 - 05/16/01 04:13 PM Re: [6.0x] Basic Memberlist
Romulus Offline
Junior Member

Registered: 04/21/01
Posts: 14
Loc: philly
Wow I have been looking for this hack for a while to replace my Coldfusion/SQL based email system with UBB's PM feature. Great work DPK! laugh

Top
#134342 - 05/17/01 04:19 PM Re: [6.0x] Basic Memberlist
Dreamweaver Offline
Junior Member

Registered: 04/05/01
Posts: 24
Help , how do I get rid of "0000" before member number ?

Thanks

Top
#134343 - 05/18/01 06:26 AM Re: [6.0x] Basic Memberlist
Dreamweaver Offline
Junior Member

Registered: 04/05/01
Posts: 24
There's any update version allow sort members by join date ?

Thank you

Top
#134344 - 05/18/01 07:07 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
sorry for the delay, been busy with exams lately, expect another version soon.
_________________________

Top
#134345 - 05/18/01 08:12 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
btw, if you want to test out my work as i move along and report bugs here, goto:

http://discussion.nfscheats.com/cgibin/ultimatebb.cgi?ubb=memberlist


so far:
  • multi-spanning categories have been done as requested
  • default sorting by public display name instead of login name
  • reported problem with the counter adding 1 to the 'start' fixed
  • public names are made lowercase, i just think it looks cleaner and it's how amy originally did it
  • it was suggested to sort by date joined, but i see no point really for that because if you sort by user number you will see the order that people joined and the date they joined sorted smile my 2 cents


<FONT COLOR="#000000" SIZE="1">[ May 18, 2001 08:33 PM: Message edited by: DPK ]</font>
_________________________

Top
#134346 - 05/19/01 07:36 AM Re: [6.0x] Basic Memberlist
cold Offline
Junior Member

Registered: 05/04/01
Posts: 2
Loc: bandung
Quote:
quote:


where i can find that's file ..i cant find it
(ubb_getmemberlist.cgi)


thanks

Top
#134347 - 05/19/01 08:40 AM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
[cold]: the code that you just quoted above is not something that will work to sort correctly by public name.
_________________________

Top
#134348 - 05/19/01 08:43 AM Re: [6.0x] Basic Memberlist
cold Offline
Junior Member

Registered: 05/04/01
Posts: 2
Loc: bandung
how to modify memberlist pages, so on the memberlist is public displayed name, not login name (i think its dangerous for users security) , please explain me how to do it..

see www.hmeitenas.org/forum

please explain how to modify me step by step..
thanks a lot smile

Top
#134349 - 05/19/01 08:55 AM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
DPK: I can't change back to Public Name, and I can't change back to show all letters/numbers (both of these "bugs" are also in older versions).

Also, I can't sort by something and show only 1 letter at the same time (also in the older ones); this feature would have been useful because I think Top 25 Posters of any letter is the best reason to use only one letter (so instead of 25 of all users, it shows only x's 25).

<FONT COLOR="#000000" SIZE="1">[ May 19, 2001 09:03 AM: Message edited by: LK ]</font>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134350 - 05/19/01 09:13 AM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
LK: i just added an option to the sort dropdown. i never really thought about doing what you mentioned for the top25. i guess i could implement something like that.


[edit: top25 thing done for each letter.]

<FONT COLOR="#000000" SIZE="1">[ May 19, 2001 10:26 AM: Message edited by: DPK ]</font>
_________________________

Top
#134351 - 05/19/01 03:49 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
So far so good, but:
<OL TYPE=a>

[*]I can't choose Sort first and then the letter

[*]In Category, should '@' be '#'?

[*]Sort: "Display All" should be "Public Name" (because it sorts by name, and also Member Number shows all and Top 25 Posters can show all if there are less than 25 posters).

[*]Category should have a "Display All" option.

[*]Search doesn't work with Category or Sort

[*]I can't choose a category and "User Number" together
</OL>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134352 - 05/19/01 04:32 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
ure really picky u know that

a. choose the letter first
b. i changed it so it will work more efficiently, plus the script kept thinking that the '#' was a comment. plus '#' refers to numbers and the '@' symbol is more general
c. ok, added to the list of todo's
d. ok, added to the list of todo's
e. search is still very basic, i plan on adding a dropdown full of options of what to search by
f. so you want that to work like the top 25? select a category, then select sort by usernumber to view that category sorted by usernumber? ok, added to the list of todo's
_________________________

Top
#134353 - 05/20/01 05:31 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
New Version Released:
http://www.nfscheats.com/users/DPK/scripts/download/download.cgi?name=Memberlist%20v6.3.7&file=http://www.nfscheats.com/users/DPK/scripts/cgi_perl/memberlist_6.3.7.zip

or simpler url:
http://www.nfscheats.com/users/DPK/scripts/download

Note: If you are upgrading, simply just upload all the files from the zip over the ones currently you have installed. No need for anything else due to the fact the previous versions already integrated it all for the most part.... until I add wordlets, then the fun begins. tipsy

more soon! laugh

<FONT COLOR="#000000" SIZE="1">[ May 20, 2001 05:34 PM: Message edited by: DPK ]</font>
_________________________

Top
#134354 - 05/20/01 08:41 PM Re: [6.0x] Basic Memberlist
wardx28 Offline
Member

Registered: 10/28/00
Posts: 111
Loc: Marietta, ga
Member name not showing up in the new release.

Some Member names are not showing up. I upgraded just as you said by replacing the files and reconfiged my cp.

<FONT COLOR="#000000" SIZE="1">[ May 20, 2001 08:54 PM: Message edited by: wardx28 ]</font>

Top
#134355 - 05/20/01 09:02 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
Quote:
quote:
_________________________

Top
#134356 - 05/20/01 11:49 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Nice, but why do we need to lowercase the public names (".lc($user_profile[15])." instead of $user_profile[15])?
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134357 - 05/21/01 01:13 PM Re: [6.0x] Basic Memberlist
dbode Offline
Member

Registered: 05/12/01
Posts: 176
Loc: Hannover
Hi,

I installed the hack and it works fine for me (admin) and my moderators, but I can´t see the member names of all the other members.

Is that the known bug, so few others will see the ranks ?

Thanks for your help
Dennis
_________________________
Regards Dennis Bode
-----------------------------
Webmaster of Hardwareluxx.com

Top
#134358 - 05/22/01 07:07 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
@ DPK - please check my wordlets:

www.axtien.de/database/memberlist_6.3.7a.zip


- include the wordlets
- center and align in .pl
- table width edit to: width="$vars_style{TableWidth}"
- gif 4 next or prev site (edit in .cgi)
- alert under the memberlist (edit in.pl at the end and in .cgi in the first lines)

#######################################

to search by do not work ?!? at my site ...

www.chat-board.de

<FONT COLOR="#000000" SIZE="1">[ May 22, 2001 07:13 AM: Message edited by: melder ]</font>
_________________________
loveground.com

Top
#134359 - 05/22/01 12:03 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
melder: ill download and check the work you did when i get home. i'm at school right now, about to goto chemistry for 2 hours. *groan*
_________________________

Top
#134360 - 05/22/01 12:46 PM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
sorry little bug in .pl
and change to this ...
like my site: www.chat-board.de

##########################

print<<MemberlistGuts;

</select>
</b></font>
</td>
</form>
<form name="search" action="$vars_config{CGIURL}/ultimatebb.cgi" method="post">
<input type="hidden" name="ubb" value="memberlist"> #bug!
<input type="hidden" name="view" value="3">

<td>
<font size="1" face="$vars_style{FontFace}">
<b>$vars_wordlets_mods{Member_Search_By}</b>
<select name="searchby">
<option value="15">$vars_wordlets_mods{Member_Name}</option>
<option value="6">$vars_wordlets_mods{Member_Location}</option>
<option value="10">$vars_wordlets_mods{Member_Date_Joined}</option>
<option value="13">$vars_wordlets_mods{Member_ICQ}</option>
<option value="22">$vars_wordlets_mods{Member_AIM}</option>
<option value="7">$vars_wordlets_mods{Member_Post_Number}</option>
</select>
<input type="text" name="searchkeys" value="$ML_searchkeys">
</b></font>
</td>
</form>

<td valign="bottom" align="right">
<font size="1" face="$vars_style{FontFace}"><b>
MemberlistGuts

if ($ML_next_link &#0124;&#0124; $ML_previous_link) {
print "<font size="$vars_style{TextSize}" face="$vars_style{FontFace}">$ML_previous_link $ML_next_link</font>";
}

print<<MemberlistGuts;
_________________________
loveground.com

Top
#134361 - 05/22/01 01:35 PM Re: [6.0x] Basic Memberlist
Rinkrat Offline
Member

Registered: 04/21/01
Posts: 161
OK i just installed this for the first time using the .SHW. I'm getting

"You do not have permission to access this area."

When I try to access the settings in CP. I CHMOD'd the cgi's to 755 and left the pl's alone as usual.

Also there is no button on the search. Is it supposed to be like that? It works if you hit "Enter" but a button would be nice smile

<FONT COLOR="#000000" SIZE="1">[ May 22, 2001 01:39 PM: Message edited by: Rinkrat ]</font>
_________________________

Top
#134362 - 05/22/01 03:06 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
i could tell you how to add ure own button. smile

the reason why i dont have a button is because it looks cleaner without one. i am running windows xp in the default xp theme which makes buttons size funny in ie6. guess it influenced me. tipsy
_________________________

Top
#134363 - 05/23/01 01:49 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
test searching ...

u found f.i. 60 users: "0 poster"
(and u have 25 member per page)

>>> u get 4 pages - right !?


- the second page is empty.
- and if u go back to the first u become a new selected page.

www.chat-board.de
_________________________
loveground.com

Top
#134364 - 05/23/01 01:54 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
searching by name ( A, B , ...) is ok.
searching by location ( A, B, ...) NOT OK


the same bug ?!?
_________________________
loveground.com

Top
#134365 - 05/23/01 01:59 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
>>> here i am laugh

can we insert a: "i found 134 member" ...
_________________________
loveground.com

Top
#134366 - 05/24/01 06:05 PM Re: [6.0x] Basic Memberlist
Fuzion Offline
Member

Registered: 11/22/00
Posts: 717
Loc: Arkansas
Check this out, this is really messed up. http://www.gamerzparadize.com/cgi/ultimatebb.cgi?ubb=memberlist Do you know how to fix that?

Top
#134367 - 05/24/01 06:17 PM Re: [6.0x] Basic Memberlist
Rinkrat Offline
Member

Registered: 04/21/01
Posts: 161
The mod works great and the users are loving it. I am still getting "You do not have permission to access this area." when I try to access the Control Panel page. How can I fix this? I double checked the chmod's and they are correct.
_________________________

Top
#134368 - 05/24/01 06:48 PM Re: [6.0x] Basic Memberlist
ramirez_rfm Offline
Junior Member

Registered: 05/22/01
Posts: 5
Loc: uk
I've been after something like this 4 a while. I haven't tested it yet but i'm still thanking u as i have an idea of what it does. ubb needs this originally, don't you think?

regards,

ramirez.

Top
#134369 - 05/25/01 08:35 AM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
melder: thankyou for the ideas, working on it. smile
gamer: looks fine to me, whats wrong?
rinkrat: did u add the lines to the cp.cgi?
ramirez: i agree, its a great feature and like so many others here that the people on this board create, should be options for the ubb. tipsy

ps ~ sorry for me being slow with another release, i usually can get a new release of anything within 24 hours, but exams this week and next week have me unavailable for alot of things, coding being one of them. tipsy

<FONT COLOR="#000000" SIZE="1">[ May 25, 2001 08:36 AM: Message edited by: DPK ]</font>
_________________________

Top
#134370 - 05/25/01 02:49 PM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
to ad a "GO" button after the searchkeys:
open public_memberlist.pl

find:
#####
<input type="text" name="searchkeys" value="$ML_searchkeys">

ad after:
#########
<input type="submit" name="submit" value="$vars_wordlets{click_go}">
www.chat-board.de
_________________________
loveground.com

Top
#134371 - 05/26/01 03:17 PM Re: [6.0x] Basic Memberlist
Webdaddie Offline
Member

Registered: 11/03/00
Posts: 202
Loc: East Coast NJ, USA
Hoping i can get some help with this?

Because of a additional hack that I have installed in ubb_lib.cgi I can't edit some coding becaused it's already edited. In your memberlist_install.txt file on the part for ubb_lib.cgi it calls for this code:


# Find This
#############################################

$MainButtons = qq!
<A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile"><ACRONYM TITLE="$vars_wordlets{profile_acronym}">$vars_wordlets{profile_link}</ACRONYM></A> $RegisterLink $SearchLink | <A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=faq"><ACRONYM TITLE="$vars_wordlets{faq_acronym}">$vars_wordlets{faq_link}</ACRONYM></A> | <A HREF="$vars_config{CGIURL}/ultimatebb.cgi"><ACRONYM TITLE="$vars_wordlets{forum_acronym}">$vars_wordlets{forum_home_link}</ACRONYM></A>
!;


But my code is different from this because of a hack that I have installed
This is my code:

sub MainButtonOptions {
local ($RegisterLink, $SearchLink, $MainButtons, $this_forum);
if ($in{f} ne '') { $this_forum = "&search_forum=$in{f}"; }

if ($vars_registration{DisplayRegistration} ne 'NO') {
$RegisterLink = qq(| <A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=agree"><ACRONYM TITLE="$vars_wordlets{register_acronym}">$vars_wordlets{register_link}</ACRONYM></A>);
}

if ($vars_search{AllowSearch} ne 'FALSE') {
$SearchLink = qq(| <A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=search$this_forum"><ACRONYM TITLE="$vars_wordlets{search}">$vars_wordlets{search_link}</ACRONYM></A>);
}

if ($vars_active_topics{usehead} ne "ON") {
$MainButtons = qq(<A HREF='$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile'><ACRONYM TITLE='$vars_wordlets{profile_acronym}'>$vars_wordlets{profile_link}</ACRONYM></A> $RegisterLink $SearchLink | <A HREF='$vars_config{CGIURL}/ultimatebb.cgi?ubb=active_topics'><ACRONYM TITLE='$wordlets_active_topics{active_topics_acronym}'>$wordlets_active_topics{active_topics_title}</ACRONYM></A> | <A HREF='$vars_config{CGIURL}/ultimatebb.cgi?ubb=faq'><ACRONYM TITLE='$vars_wordlets{faq_acronym}'>$vars_wordlets{faq_link}</ACRONYM></A> | <A HREF='$vars_config{CGIURL}/ultimatebb.cgi'><ACRONYM TITLE='$vars_wordlets{forum_acronym}'>$vars_wordlets{forum_home_link}</ACRONYM></A>);
} else {
$MainButtons = qq(<A HREF='$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile'><ACRONYM TITLE='$vars_wordlets{profile_acronym}'>$vars_wordlets{profile_link}</ACRONYM></A> $RegisterLink $SearchLink | <A HREF='$vars_config{CGIURL}/ultimatebb.cgi?ubb=faq'><ACRONYM TITLE='$vars_wordlets{faq_acronym}'>$vars_wordlets{faq_link}</ACRONYM></A> | <A HREF='$vars_config{CGIURL}/ultimatebb.cgi'><ACRONYM TITLE='$vars_wordlets{forum_acronym}'>$vars_wordlets{forum_home_link}</ACRONYM></A>);
}
return($MainButtons);
} # end mainbuttonoptions


Can someone please show me how to edit the code in the correct way to install this mod?

<FONT COLOR="#000000" SIZE="1">[ May 26, 2001 03:19 PM: Message edited by: Webdaddie ]</font>

Top
#134372 - 05/26/01 04:44 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
Look, more bad news. My host, eUniverse, is terminating our contract and is making us pay to get the rights back for the name. Some weird escape clause. The fee is upwards of $1500 dollars. Right now I'm going crazy trying to find a new host and money. If you do feel like it, though, a donation would be appreciated here . Do not feel obligated though. Argh, down with the corporate masses!!
_________________________

Top
#134373 - 05/27/01 06:15 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
BUG

first selected by "a"
now u can sort by "top poster (a)"

do it and see the created page


www.chat-board.de
_________________________
loveground.com

Top
#134374 - 05/28/01 01:55 PM Re: [6.0x] Basic Memberlist
dbode Offline
Member

Registered: 05/12/01
Posts: 176
Loc: Hannover
Hi,

I saw that many members modified this hack so that they can also get Who´s Online and Custom Rank/Status-Hack shown in the member list.

How do I do this ?

Greetings
Dennis
_________________________
Regards Dennis Bode
-----------------------------
Webmaster of Hardwareluxx.com

Top
#134375 - 05/28/01 09:21 PM Re: [6.0x] Basic Memberlist
ericruhl Offline
Member

Registered: 02/16/01
Posts: 57
How can I make this list "secure"? By "secure" I mean simply that you need to be logged in to view it. If someone isn't registered at my site then I don't want them seeing who is. Looking for a check to see if the person is logged in. If so they go straight to the list and if not then they get the login screen and then on to the list. I skimmed through the last few pages of posts and didn't see references to this so my apologies if I overlooked this. Many thanks for your work on this script!!

Top
#134376 - 05/29/01 11:10 AM Re: [6.0x] Basic Memberlist
Rinkrat Offline
Member

Registered: 04/21/01
Posts: 161
Quote:
quote:

Great job! It seems inconsistant to me to have a "Go" button after every search box on UBB except the one on the memberlist!

Thanks!
_________________________

Top
#134377 - 05/29/01 11:22 AM Re: [6.0x] Basic Memberlist
Rinkrat Offline
Member

Registered: 04/21/01
Posts: 161
Quote:
quote:


OOPS!

confused


Thanks smile
_________________________

Top
#134378 - 05/29/01 01:50 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
New version to be released this comming weekend. Hopefully.
_________________________

Top
#134379 - 05/29/01 01:59 PM Re: [6.0x] Basic Memberlist
Fuzion Offline
Member

Registered: 11/22/00
Posts: 717
Loc: Arkansas
DPK:
The problem with http://www.gamerzparadize.com/cgi/ultimatebb.cgi?ubb=memberlist is that the Public Names do not show up! confused Do you know how to fix that?

Top
#134380 - 05/29/01 11:47 PM Re: [6.0x] Basic Memberlist
ericruhl Offline
Member

Registered: 02/16/01
Posts: 57
Public names didn't show up on mine either except for a few members. So, for the time being I changed to code to display and sort by Login name instead (changed the 15's to 0's). My guess is that the people whose public names did show up are the only ones to actually look at their profile and thus generate a public name??? Perhaps a check to default to their login name if a public name doesn't exist?

I would still very much like to be able to restrict memberlist access to registered members though. Perhaps in a later version? Thank you for all your efforts so far, they are much appreciated!!

Top
#134381 - 05/30/01 03:47 AM Re: [6.0x] Basic Memberlist
TundraSoul Offline
Junior Member

Registered: 04/16/01
Posts: 20
Loc: South Florida
Quote:
quote:


Great The same thing happens to me. See:
http://www.tundrasolutions.com/cgi-bin/ultimatebb.cgi?ubb=memberlist

But when I sort them the Public names do show up; interestingly the names are all lower case. http://www.tundrasolutions.com/cgi-bin/ultimatebb.cgi?ubb=memberlist&view=2&sort=postnum

Top
#134382 - 05/30/01 03:53 AM Re: [6.0x] Basic Memberlist
TundraSoul Offline
Junior Member

Registered: 04/16/01
Posts: 20
Loc: South Florida
Great hack, coming along nicely. I would like a way to Sort by the custom field. I use the custom field to display the users state ID ie: FL, CA, NY. Sorting that field would allow users to list members in their own state or group, depending on that you have there.

Additionally adding the other custom fileds would be a definate bonus. Many thanks.

<FONT COLOR="#000000" SIZE="1">[ May 30, 2001 03:58 AM: Message edited by: TundraSoul ]</font>

Top
#134383 - 06/01/01 04:18 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
Quote:
quote:


I released the version of hack knowing that this happened to some members, but I didnt think it was this bad. Will be fixed in next release. Sorry for the inconvenience.
_________________________

Top
#134384 - 06/03/01 07:11 PM Re: [6.0x] Basic Memberlist
Fuzion Offline
Member

Registered: 11/22/00
Posts: 717
Loc: Arkansas
hehe, it's cool DPK. I understand how hard it is to smash a bug or two. smile

Top
#134385 - 06/04/01 12:44 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
Things just arent going my way. A big storm came through and zapped my moms computer virtually destroying the network card for it. My computer is fine though. I've been spending the last day or so to install and setup her new computer. All the time cursing at the designer of HP computers. New network card won't fit into the HP slot inside the computer because the metal slots on the back arent positioned right! Die Die Die!

PS~ Today was my last day of school, summer vacation begins and so does a whole new array of updates, hacks, and more from me. smile
_________________________

Top
#134386 - 06/04/01 12:47 PM Re: [6.0x] Basic Memberlist
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Sorry to hear about your mom's computer DPK, but I am looking forward to more of your work laugh

(especially the memberlist ;))
_________________________
- Allen wavey
- What Drives You?

Top
Page 1 of 10 1 2 3 ... 9 10 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks